x86/shadow: introduce 'd' pointers and clean up use of 'v->domain'
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Feb 2015 13:32:37 +0000 (14:32 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 17 Feb 2015 13:32:37 +0000 (14:32 +0100)
commit9f4d5f203778b1369e39f2b9bdda8b7ec53e4003
treecb75785780a3e7d984ab8cba8c6f9521a111e856
parent6e3e74fea290c15f38babc705794f647dbe7a90e
x86/shadow: introduce 'd' pointers and clean up use of 'v->domain'

All of the introduced domain pointers will eventually be removed, but doing
this mechanical cleanup here allows the subsequent patches which change
function prototypes to be smaller and more clear.

In addition, swap some use of is_pv_32on64_vcpu(v) for is_pv_32on64_domain(d).

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/mm/shadow/multi.c
xen/arch/x86/mm/shadow/private.h